1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmSUPPLIER_PRODUCT_PRINT
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.GroupBox1 = New System.Windows.Forms.GroupBox
26         Me.rbtSelected = New System.Windows.Forms.RadioButton
27         Me.rbtAll = New System.Windows.Forms.RadioButton
28         Me.cmdprint = New System.Windows.Forms.Button
29         Me.cmdcancel = New System.Windows.Forms.Button
30         Me.GroupBox1.SuspendLayout()
31         Me.SuspendLayout()
32         
'
33         
'GroupBox1
34         
'
35         Me.GroupBox1.Controls.Add(Me.rbtSelected)
36         Me.GroupBox1.Controls.Add(Me.rbtAll)
37         Me.GroupBox1.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
38         Me.GroupBox1.Location = New System.Drawing.Point(
8, 0)
39         Me.GroupBox1.Name =
"GroupBox1"
40         Me.GroupBox1.Size = New System.Drawing.Size(
240, 79)
41         Me.GroupBox1.TabIndex =
0
42         Me.GroupBox1.TabStop = False
43         Me.GroupBox1.Text =
"PRINT BY"
44         
'
45         
'rbtSelected
46         
'
47         Me.rbtSelected.AutoSize = True
48         Me.rbtSelected.Checked = True
49         Me.rbtSelected.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
50         Me.rbtSelected.Location = New System.Drawing.Point(
18, 45)
51         Me.rbtSelected.Name =
"rbtSelected"
52         Me.rbtSelected.Size = New System.Drawing.Size(
172, 18)
53         Me.rbtSelected.TabIndex =
1
54         Me.rbtSelected.TabStop = True
55         Me.rbtSelected.Text =
"Selected Supplier Products"
56         Me.rbtSelected.UseVisualStyleBackColor = True
57         
'
58         
'rbtAll
59         
'
60         Me.rbtAll.AutoSize = True
61         Me.rbtAll.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
62         Me.rbtAll.Location = New System.Drawing.Point(
18, 24)
63         Me.rbtAll.Name =
"rbtAll"
64         Me.rbtAll.Size = New System.Drawing.Size(
136, 18)
65         Me.rbtAll.TabIndex =
0
66         Me.rbtAll.Text =
"All Supplier Products"
67         Me.rbtAll.UseVisualStyleBackColor = True
68         
'
69         
'cmdprint
70         
'
71         Me.cmdprint.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
72         Me.cmdprint.Location = New System.Drawing.Point(
8, 82)
73         Me.cmdprint.Name =
"cmdprint"
74         Me.cmdprint.Size = New System.Drawing.Size(
75, 27)
75         Me.cmdprint.TabIndex =
1
76         Me.cmdprint.Text =
"&Print"
77         Me.cmdprint.UseVisualStyleBackColor = True
78         
'
79         
'cmdcancel
80         
'
81         Me.cmdcancel.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
82         Me.cmdcancel.Location = New System.Drawing.Point(
89, 82)
83         Me.cmdcancel.Name =
"cmdcancel"
84         Me.cmdcancel.Size = New System.Drawing.Size(
75, 27)
85         Me.cmdcancel.TabIndex =
2
86         Me.cmdcancel.Text =
"&Cancel"
87         Me.cmdcancel.UseVisualStyleBackColor = True
88         
'
89         
'FrmSUPPLIER_PRODUCT_PRINT
90         
'
91         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
92         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
93         Me.ClientSize = New System.Drawing.Size(
258, 115)
94         Me.Controls.Add(Me.cmdcancel)
95         Me.Controls.Add(Me.cmdprint)
96         Me.Controls.Add(Me.GroupBox1)
97         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
98         Me.MaximizeBox = False
99         Me.MinimizeBox = False
100         Me.Name =
"FrmSUPPLIER_PRODUCT_PRINT"
101         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
102         Me.Text =
"Print Option"
103         Me.GroupBox1.ResumeLayout(False)
104         Me.GroupBox1.PerformLayout()
105         Me.ResumeLayout(False)
106
107     End Sub
108     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
109     Friend WithEvents rbtSelected As System.Windows.Forms.RadioButton
110     Friend WithEvents rbtAll As System.Windows.Forms.RadioButton
111     Friend WithEvents cmdprint As System.Windows.Forms.Button
112     Friend WithEvents cmdcancel As System.Windows.Forms.Button
113 End Class


Gõ tìm kiếm nhanh...